crypto_secretbox 0.1.1

Pure Rust implementation of the XSalsa20Poly1305 (a.k.a. NaCl crypto_secretbox) authenticated encryption cipher as well as the libsodium variant of XChaCha20Poly1305
Documentation

crypto_secretbox

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 9 of them enabled by default.

default

alloc (default)

getrandom (default)

salsa20 (default)

rand_core (default)

chacha20

heapless

std

stream